text/template.common.parseFuncs (field)

6 uses

	text/template (current package)
		template.go#L23: 	parseFuncs FuncMap
		template.go#L75: 		c.parseFuncs = make(FuncMap)
		template.go#L106: 	maps.Copy(nt.parseFuncs, t.parseFuncs)
		template.go#L179: 	addFuncs(t.parseFuncs, funcMap)
		template.go#L207: 	trees, err := parse.Parse(t.name, text, t.leftDelim, t.rightDelim, t.parseFuncs, builtins())